Playlist
interface Playlist
Represents a collection of media items or content sources intended for sequential or scheduled playback within the RevelDigital player.
A playlist defines an ordered sequence of Source objects, each representing a piece of content (e.g., image, video, web page, gadget). Playlists also possess metadata such as a name, type, and description.
This interface provides methods to access these properties and the underlying content sources. Implementations of Playlist
are fundamental to how content is organized and presented by the player.
See also
com. reveldigital. player. playback. Playback Manager
// Example: If PlaybackManager consumes Playlists